home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / mmulib / mmulib.readme < prev    next >
Text File  |  1999-11-29  |  4KB  |  112 lines

  1. Short:    Library to ctrl the MC68K MMUs
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     util/libs
  5. Requires: Os 2.04, a 68020/68851, 68030, 68040 or 68060 with a working MMU
  6. Version:  40.51.1
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10. Purpose and goal of this library:
  11.  
  12. The mmu.library is a planned basis for MMU (memory management) related
  13. functions the MC68K family can perform. Up to now certain hacks are available
  14. that program the MMU themselves (Enforcer,CyberGuard,GuardianAngle,SetCPU,
  15. Shapeshifter,VMM,GigaMem...). 
  16. It's therefore not unexpected that these tools conflict with each other.
  17. There's up to now no Os support for the MMU at all - the gap this mmu.library
  18. is planned to fill.
  19.  
  20. The goal is to provide a basis of functions to address and program the MMU in
  21. a hardware independent, Os friendly fashion. Hence, a future version of the
  22. Enforcer will work together with virtual memory, and others.
  23.  
  24. The mmu.library is also the basis for a virtual memory project, the 
  25. memory.library. Even though the mmu.library does not provide virtual memory
  26. itself, it builds the basics to allow an easy implementation and to avoid the
  27. hacks required by other implementations so far.
  28.  
  29. ------------------------------------------------------------------------------
  30.  
  31.                          The THOR-Software Licence (v2, 24th June 1998)
  32.  
  33.  
  34. This License applies to the computer programs known as the "mmu.library" 
  35. and its sources. The "Program", below, refers to such program. The
  36. "Archive" refers to the package of distribution, as prepared by the author
  37. of the Program, Thomas Richter. Each licensee is addressed as "you".
  38.  
  39.  
  40.  
  41. The Program and the data in the archive are freely distributable
  42. under the restrictions stated below, but are also Copyright (c)
  43. Thomas Richter.
  44.  
  45. Distribution of the Program, the Archive and the data in the Archive by a
  46. commercial organization without written permission from the author to any
  47. third party is prohibited if any payment is made in connection with such
  48. distribution, whether directly (as in payment for a copy of the Program) or
  49. indirectly (as in payment for some service related to the Program, or
  50. payment for some product or service that includes a copy of the Program
  51. "without charge"; these are only examples, and not an exhaustive enumeration
  52. of prohibited activities).
  53.  
  54.  
  55. However, the following methods of distribution
  56. involving payment shall not in and of themselves be a violation of this
  57. restriction:
  58.  
  59.  
  60. (i) Posting the Program on a public access information storage and
  61. retrieval service for which a fee is received for retrieving information
  62. (such as an on-line service), provided that the fee is not
  63. content-dependent (i.e., the fee would be the same for retrieving the same
  64. volume of information consisting of random data).
  65.  
  66.  
  67. (ii) Distributing the Program on a CD-ROM, provided that
  68.  
  69. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  70. especially this licence agreement;
  71.  
  72. b) the CD-ROM is made available to the public for a nominal fee only,
  73.  
  74. c) a copy of the CD is made available to the author for free except for
  75. shipment costs, and
  76.  
  77. d) provided further that all information on such CD-ROM is redistributable
  78. for non-commercial purposes without charge.
  79.  
  80.  
  81. Redistribution of a modified version of the Archive, the Program or the
  82. contents of the Archive is prohibited in any way, by any organization,
  83. regardless whether commercial or non-commercial. Everything must be kept
  84. together, in original and unmodified form.
  85.  
  86.  
  87.  
  88.  
  89. Limitations.
  90.  
  91.  
  92. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  93. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  94. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  95. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  96. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  97. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  98. SERVICING, REPAIR OR CORRECTION.
  99.  
  100.  
  101. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  102. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  103. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  104.  
  105.  
  106.                                                         Thomas Richter
  107.  
  108. -----------------------------------------------------------------------------
  109.  
  110. So long,
  111.     Thomas            (November 1999)
  112.